home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
THIN C 2.0
/
Projects
/
slasher
/
slasher.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-01-25
|
309 b
|
14 lines
|
[
TEXT/THIN
]
main()
{
printf( "0000000000\r" );
printf( "11111\n" );
printf( "0000\b\b11\n" );
printf( "Here's a backslash...\\...for you.\n" );
printf( "Here's a double quote...\"...for you.\n" );
printf( "Here's a few tabs...\t\t\t\t...for you.\n" );
printf( "Here's some beeps...\a\a\a\a...for you." );
}